home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00383.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  201 b   |  9 lines

  1. on exitFrame
  2.   global sndcounter, soundspath, effectspath
  3.   sprite(27).visible = 0
  4.   sprite(28).visible = 0
  5.   sprite(29).visible = 0
  6.   sndcounter = 12
  7.   sound playFile 2, effectspath & "night.aif"
  8. end
  9.